.pageNav{
	width: 100%;
}
.pageNav ul{
	display: flex;
	justify-content: flex-end;
}
.pageNav ul li{
	width: 120px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	position: relative;
}
.pageNav ul li a{
	display: block;
	width: 100%;
	font-size: 16px;
}
.pageNav ul li a:hover{
	color: #2577E3;
}
.pageNav ul li.active a{
	color: #2577E3;
}
.pageNav ul li.active a:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	width: 80px;
	height: 2px;
	background: #2577E3;
	margin-left: -40px;
}




.pagination{
	width: 100%;
	text-align: center;
}
.pagination ul{
	display: flex;
	justify-content: center;
}
.pagination ul li{
	margin: 0 4px;
	margin-top: 30px;
}
.pagination ul li a,.pagination ul li span{
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 13px;
	color: #666666;
	font-size: 16px;
	background: rgb(245, 245, 245);
	border-radius: 3px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.pagination ul li span.current,.pagination ul li a:hover{
	color: #fff;
	background: #2577E3;
}

.pro-fl ul{
	display: flex;
	justify-content: center;
}
.pro-fl ul li{
	width: 185px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	margin: 0 5px;
}
.pro-fl ul li a{
	display: block;
	background: #ededed;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.pro-fl ul li a:hover{
	color: #fff;
	background: #2577E3;
}


